home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / X11 / app-defaults / XMmix < prev    next >
Text File  |  1995-07-05  |  3KB  |  115 lines

  1. !
  2. ! @(#)XMmix.ad    2.3 95/05/12
  3. !
  4. !   xmmix - Motif(tm) Audio Mixer
  5. !
  6. !   Copyright (C) 1995  Ti Kan
  7. !   E-mail: ti@amb.org
  8. !
  9. !   This program is free software; you can redistribute it and/or modify
  10. !   it under the terms of the GNU General Public License as published by
  11. !   the Free Software Foundation; either version 2 of the License, or
  12. !   (at your option) any later version.
  13. !
  14. !   This program is distributed in the hope that it will be useful,
  15. !   but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. !   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. !   GNU General Public License for more details.
  18. !
  19. !   You should have received a copy of the GNU General Public License
  20. !   along with this program; if not, write to the Free Software
  21. !   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22. !
  23.  
  24. !*
  25. !* File path defaults
  26. !*
  27.  
  28. ! This points to the on-line help file
  29. XMmix*helpPath:                    /usr/lib/X11/xmmix.hlp
  30.  
  31. ! This points to a mixer settings file that is automatically loaded
  32. ! upon startup.  If set to /dev/null, then no file will be auto-loaded.
  33. XMmix*autoLoadOnStartUp:            /dev/null
  34.  
  35. !*
  36. !* Option parameters
  37. !*
  38.  
  39. ! If set to True, xmmix will reset all control settings to the
  40. ! start-up state when exiting.
  41. XMmix*resetOnExit:                False
  42.  
  43. !*
  44. !* Color resource defaults
  45. !*
  46. !* The following should be used only on a color or grey-scale display.
  47. !* You may wish to alter these color defaults.  I find them aesthetically
  48. !* pleasing as-is.
  49. !*
  50.  
  51. XMmix*logoLabel*foreground:            CadetBlue4
  52. XMmix*logoLabel*Background:            White
  53. XMmix*XmText*background:            Grey75
  54. XMmix*XmTextField*background:            Grey75
  55. XMmix*XmList*background:            Grey75
  56. XMmix*foreground:                Black
  57. XMmix*background:                Grey65
  58. XMmix*highlightColor:                DarkOrchid
  59. XMmix*selectColor:                Yellow
  60.  
  61. !*
  62. !* Monochrome resource defaults
  63. !*
  64. !* These should be used only on a monochrome (1 bit plane) display.
  65. !*
  66.  
  67. !XMmix*logoLabel*foreground:            Black
  68. !XMmix*logoLabel*Background:            White
  69. !XMmix*XmText*background:            White
  70. !XMmix*XmTextField*background:            White
  71. !XMmix*XmList*background:            White
  72. !XMmix*foreground:                Black
  73. !XMmix*background:                White
  74. !XMmix*highlightColor:                Black
  75. !XMmix*selectColor:                Black
  76.  
  77.  
  78. !*
  79. !* Widget-specific or widget-type-specific resources
  80. !*
  81. !* These should not require any modification, except if the specified
  82. !* fonts are not available, or to change the text string defaults to
  83. !* a non-English language.
  84. !*
  85.  
  86. ! Font defaults
  87. XMmix*menuBar*fontList:        -*-helvetica-medium-r-*--12-120-*
  88. XMmix*fileSelectionBox*XmText*fontList:        fixed
  89. XMmix*fileSelectionBox*XmTextField*fontList:    fixed
  90. XMmix*fileSelectionBox*XmList*fontList:        fixed
  91. XMmix*fileSelectionBox*fontList:    -*-helvetica-medium-r-*--12-120-*
  92. XMmix*helpForm*fontList:    -*-helvetica-medium-r-*--12-120-*
  93. XMmix*aboutDialog*fontList:    -*-times-bold-i-*--24-240-*=chset1, \
  94.                 -*-times-bold-i-*--12-120-*=chset2, \
  95.                 -*-helvetica-medium-r-*--10-100-*=chset3, \
  96.                 fixed
  97. XMmix*warningDialog*fontList:    -*-helvetica-medium-r-*--12-120-*
  98. XMmix*fontList:            -*-helvetica-medium-r-*--10-100-*
  99.  
  100.  
  101. !*
  102. !* General resources
  103. !*
  104.  
  105. XMmix*recomputeSize:                True
  106. XMmix*defaultPosition:                True
  107. XMmix*indicatorSize:                11
  108. XMmix*XmToggleButton*highlightThickness:    1
  109. XMmix*highlightThickness:            2
  110. XMmix*defaultButtonShadowThickness:        0
  111. XMmix*borderWidth:                0
  112. XMmix*labelType:                STRING
  113. XMmix*keyboardFocusPolicy:            EXPLICIT
  114.  
  115.